home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 001 / matlab / Scripts / SqrtTest < prev    next >
Text File  |  1994-03-04  |  77b  |  8 lines

  1. a=<4 3 2;5 3 5;6 4 2>
  2. b=a**2
  3. c=a*a
  4. d=SQRT(c)
  5. e=d*d
  6. EIG(a),EIG(c),EIG(d)
  7. exit
  8.